home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_bind.idb / usr / freeware / catman / u_man / cat8 / nslookup.8.z / nslookup.8
Text File  |  1998-05-26  |  16KB  |  343 lines

  1. NSLOOKUP(8)               BSD System Manager's Manual              NSLOOKUP(8)
  2.  
  3. NNAAMMEE
  4.      nnssllooookkuupp - query Internet name servers interactively
  5.  
  6. SSYYNNOOPPSSIISS
  7.      nnssllooookkuupp [--ooppttiioonn _._._.] [_h_o_s_t_-_t_o_-_f_i_n_d | --[_s_e_r_v_e_r]]
  8.  
  9. DDEESSCCRRIIPPTTIIOONN
  10.      NNssllooookkuupp is a program to query Internet domain name servers.  NNssllooookkuupp
  11.      has two modes: interactive and non-interactive.  Interactive mode allows
  12.      the user to query name servers for information about various hosts and
  13.      domains or to print a list of hosts in a domain.  Non-interactive mode is
  14.      used to print just the name and requested information for a host or do-
  15.      main.
  16.  
  17. AARRGGUUMMEENNTTSS
  18.      Interactive mode is entered in the following cases:
  19.  
  20.      a)    when no arguments are given (the default name server will be used),
  21.  
  22.      b)    when the first argument is a hyphen (-) and the second argument is
  23.            the host name or Internet address of a name server.
  24.  
  25.      Non-interactive mode is used when the name or Internet address of the
  26.      host to be looked up is given as the first argument. The optional second
  27.      argument specifies the host name or address of a name server.
  28.  
  29.      The options listed under the ``set'' command below can be specified in
  30.      the _._n_s_l_o_o_k_u_p_r_c file in the user's home directory if they are listed one
  31.      per line.  Options can also be specified on the command line if they pre-
  32.      cede the arguments and are prefixed with a hyphen.  For example, to
  33.      change the default query type to host information, and the initial time-
  34.      out to 10 seconds, type:
  35.  
  36.                    nslookup -query=hinfo  -timeout=10
  37.  
  38. IINNTTEERRAACCTTIIVVEE CCOOMMMMAANNDDSS
  39.      Commands may be interrupted at any time by typing a control-C.  To exit,
  40.      type a control-D (EOF) or type exit. The command line length must be less
  41.      than 256 characters.  To treat a built-in command as a host name, precede
  42.      it with an escape character (.& .) NN..BB..:: unrecognized command will be
  43.      interpreted as a N.B.:0 0N.B.:1
  44.  
  45.      _h_o_s_t [_s_e_r_v_e_r]
  46.               Look up information for _h_o_s_t using the current default server or
  47.               using _s_e_r_v_e_r, if specified.  If _h_o_s_t is an Internet address and
  48.               the query type is A or PTR, the name of the host is returned.
  49.               If _h_o_s_t is a name and does not have a trailing period, the de-
  50.               fault domain name is appended to the name.  (This behavior de-
  51.               pends on the state of the sseett options ddoommaaiinn, ssrrcchhlliisstt, ddeeffnnaammee,
  52.               and sseeaarrcchh.)
  53.  
  54.               To look up a host not in the current domain, append a period to
  55.               the name.
  56.  
  57.      sseerrvveerr _d_o_m_a_i_n
  58.  
  59.      llsseerrvveerr _d_o_m_a_i_n
  60.               Change the default server to _d_o_m_a_i_n; llsseerrvveerr uses the initial
  61.               server to look up information about _d_o_m_a_i_n, while sseerrvveerr uses
  62.               the current default server.  If an authoritative answer can't be
  63.               found, the names of servers that might have the answer are re-
  64.  
  65.  
  66.               turned.
  67.  
  68.      rroooott     Changes the default server to the server for the root of the do-
  69.               main name space.  Currently, the host ns.internic.net is used.
  70.               (This command is a synonym for ``llsseerrvveerr nnss..iinntteerrnniicc..nneett''.) The
  71.               name of the root server can be changed with the ``sseett rroooott''
  72.               command.
  73.  
  74.      ffiinnggeerr [_n_a_m_e] [>> _f_i_l_e_n_a_m_e]
  75.  
  76.      ffiinnggeerr [_n_a_m_e] [>>>> _f_i_l_e_n_a_m_e]
  77.               Connects with the finger server on the current host.  The cur-
  78.               rent host is defined when a previous lookup for a host was suc-
  79.               cessful and returned address information (see the ``sseett
  80.               qquueerryyttyyppee==AA'' command).  The _n_a_m_e is optional.  >> and >>>> can be
  81.               used to redirect output in the usual manner.
  82.  
  83.      llss [_o_p_t_i_o_n] _d_o_m_a_i_n [>> _f_i_l_e_n_a_m_e]
  84.  
  85.      llss [_o_p_t_i_o_n] _d_o_m_a_i_n [>>>> _f_i_l_e_n_a_m_e]
  86.               List the information available for _d_o_m_a_i_n, optionally creating
  87.               or appending to _f_i_l_e_n_a_m_e. The default output contains host names
  88.               and their Internet addresses.  _O_p_t_i_o_n can be one of the follow-
  89.               ing:
  90.  
  91.               --tt _q_u_e_r_y_t_y_p_e
  92.                     lists all records of the specified type (see _q_u_e_r_y_t_y_p_e be-
  93.                     low).
  94.  
  95.               --aa    lists aliases of hosts in the domain; synonym for ``--tt
  96.                     CNAME''.
  97.  
  98.               --dd    lists all records for the domain; synonym for ``--tt ANY''.
  99.  
  100.               --hh    lists CPU and operating system information for the domain;
  101.                     synonym for ``--tt HINFO''.
  102.  
  103.               --ss    lists well-known services of hosts in the domain; synonym
  104.                     for ``--tt WKS''.
  105.  
  106.               When output is directed to a file, hash marks are printed for
  107.               every 50 records received from the server.
  108.  
  109.      vviieeww _f_i_l_e_n_a_m_e
  110.               Sorts and lists the output of previous llss command(s) with
  111.               more(1).
  112.  
  113.      hheellpp
  114.  
  115.      ??        Prints a brief summary of commands.
  116.  
  117.      eexxiitt     Exits the program.
  118.  
  119.      sseett _k_e_y_w_o_r_d [=_v_a_l_u_e]
  120.               This command is used to change state information that affects
  121.               the lookups.  Valid keywords are:
  122.  
  123.               aallll      Prints the current values of the frequently-used op-
  124.                        tions to sseett. Information about the  current default
  125.                        server and host is also printed.
  126.  
  127.               ccllaassss==_v_a_l_u_e
  128.                        Change the query class to one of:
  129.  
  130.  
  131.  
  132.                        IN        the Internet class
  133.  
  134.                        CHAOS     the Chaos class
  135.  
  136.                        HESIOD    the MIT Athena Hesiod class
  137.  
  138.                        ANY       wildcard (any of the above)
  139.  
  140.                        The class specifies the protocol group of the informa-
  141.                        tion.
  142.  
  143.                        (Default = IN; abbreviation = ccll)
  144.  
  145.               [nnoo] ddeebbuugg
  146.                        Turn debugging mode on.  A lot more information is
  147.                        printed about the packet sent to the server and the re-
  148.                        sulting answer.
  149.  
  150.                        (Default = nnooddeebbuugg; abbreviation = [nnoo]ddeebb)
  151.  
  152.               [nnoo] dd22  Turn exhaustive debugging mode on.  Essentially all
  153.                        fields of every packet are printed.
  154.  
  155.                        (Default = nnoodd22)
  156.  
  157.               ddoommaaiinn==_n_a_m_e
  158.                        Change the default domain name to _n_a_m_e. The default do-
  159.                        main name is appended to a lookup request depending on
  160.                        the state of the ddeeffnnaammee and sseeaarrcchh options.  The do-
  161.                        main search list contains the parents of the default
  162.                        domain if it has at least two components in its name.
  163.                        For example, if the default domain is CC.Berkeley.EDU,
  164.                        the search list is CC.Berkeley.EDU and Berkeley.EDU.
  165.                        Use the ``sseett ssrrcchhlliisstt'' command to specify a different
  166.                        list.  Use the ``sseett aallll'' command to display the list.
  167.  
  168.                        (Default = value from hostname(1),  _/_e_t_c_/_r_e_s_o_l_v_._c_o_n_f,
  169.                        or LOCALDOMAIN; abbreviation = ddoo)
  170.  
  171.               ssrrcchhlliisstt==_n_a_m_e_1_/_n_a_m_e_2_/_._._.
  172.                        Change the default domain name to _n_a_m_e_1 and the domain
  173.                        search list to _n_a_m_e_1, _n_a_m_e_2, etc.  A maximum of 6 names
  174.                        separated by slashes (/) can be specified.  For exam-
  175.                        ple,
  176.  
  177.                              set srchlist=lcs.MIT.EDU/ai.MIT.EDU/MIT.EDU
  178.  
  179.                        sets the domain to lcs.MIT.EDU and the search list to
  180.                        the three names.  This command overrides the default
  181.                        domain name and search list of the ``sseett ddoommaaiinn'' com-
  182.                        mand.  Use the ``sseett aallll'' command to display the list.
  183.  
  184.                        (Default = value based on hostname(1),
  185.                        _/_e_t_c_/_r_e_s_o_l_v_._c_o_n_f, or LOCALDOMAIN; abbreviation = ssrrcchhll)
  186.  
  187.               [nnoo] ddeeffnnaammee
  188.                        If set, append the default domain name to a single-com-
  189.                        ponent lookup request (i.e., one that does not contain
  190.                        a period).
  191.  
  192.                        (Default = ddeeffnnaammee; abbreviation = [nnoo]ddeeffnnaammee)
  193.  
  194.               [nnoo] sseeaarrcchh
  195.                        If the lookup request contains at least one period but
  196.                        _d_o_e_s_n_'_t end with a trailing period, append the domain
  197.                        names in the domain search list to the request until an
  198.                        answer is received.
  199.  
  200.                        (Default = sseeaarrcchh; abbreviation = [nnoo]sseeaa)
  201.  
  202.               ppoorrtt==_v_a_l_u_e
  203.                        Change the default TCP/UDP name server port to _v_a_l_u_e.
  204.  
  205.                        (Default = 53; abbreviation = ppoo)
  206.  
  207.               qquueerryyttyyppee==_v_a_l_u_e
  208.  
  209.               ttyyppee==_v_a_l_u_e
  210.                        Change the type of information query to one of:
  211.  
  212.                        A         the host's Internet address.
  213.  
  214.                        CNAME     the canonical name for an alias.
  215.  
  216.                        HINFO     the host CPU and operating system type.
  217.  
  218.                        MINFO     the mailbox or mail list information.
  219.  
  220.                        MX        the mail exchanger.
  221.  
  222.                        NS        the name server for the named zone.
  223.  
  224.                        PTR       the host name if the query is an Internet ad-
  225.                                  dress; otherwise, the pointer to other infor-
  226.                                  mation.
  227.  
  228.                        SOA       the domain's ``start-of-authority'' informa-
  229.                                  tion.
  230.  
  231.                        TXT       the text information.
  232.  
  233.                        UINFO     the user information.
  234.  
  235.                        WKS       the supported well-known services.
  236.  
  237.                        Other types (ANY, AXFR, MB, MD, MF, NULL) are described
  238.                        in the RFC-1035 document.
  239.  
  240.                        (Default = A; abbreviations = qq, ttyy)
  241.  
  242.               [nnoo] rreeccuurrssee
  243.                        Tell the name server to query other servers if it does
  244.                        not have the information.
  245.  
  246.                        (Default = rreeccuurrssee; abbreviation = [nnoo]rreecc)
  247.  
  248.               rreettrryy==_n_u_m_b_e_r
  249.                        Set the number of retries to _n_u_m_b_e_r. When a reply to a
  250.                        request is not received within a certain amount of time
  251.                        (changed with ``sseett ttiimmeeoouutt''), the timeout period is
  252.                        doubled and the request is resent.  The retry value
  253.                        controls how many times a request is resent before giv-
  254.                        ing up.
  255.  
  256.                        (Default = 4, abbreviation = rreett)
  257.  
  258.               rroooott==_h_o_s_t
  259.                        Change the name of the root server to _h_o_s_t. This af-
  260.                        fects the ``rroooott'' command.
  261.  
  262.  
  263.  
  264.                        (Default = nnss..iinntteerrnniicc..nneett..; abbreviation = rroo)
  265.  
  266.               ttiimmeeoouutt==_n_u_m_b_e_r
  267.                        Change the initial timeout interval for waiting for a
  268.                        reply to _n_u_m_b_e_r seconds. Each retry doubles the timeout
  269.                        period.
  270.  
  271.                        (Default = 5 seconds; abbreviation = ttii)
  272.  
  273.               [nnoo] vvcc  Always use a virtual circuit when sending requests to
  274.                        the server.
  275.  
  276.                        (Default = nnoovvcc; abbreviation = [nnoo]vv)
  277.  
  278.               [nnoo] iiggnnoorreettcc
  279.                        Ignore packet truncation errors.
  280.  
  281.                        (Default = nnooiiggnnoorreettcc; abbreviation = [nnoo]iigg)
  282.  
  283. DDIIAAGGNNOOSSTTIICCSS
  284.      If the lookup request was not successful, an error message is printed.
  285.      Possible errors are:
  286.  
  287.      Timed out
  288.             The server did not respond to a request after a certain amount of
  289.             time (changed with ``sseett ttiimmeeoouutt==_v_a_l_u_e'') and a certain number of
  290.             retries (changed with ``sseett rreettrryy==_v_a_l_u_e'').
  291.  
  292.      No response from server
  293.             No name server is running on the server machine.
  294.  
  295.      No records
  296.             The server does not have resource records of the current query
  297.             type for the host, although the host name is valid.  The query
  298.             type is specified with the ``sseett qquueerryyttyyppee'' command.
  299.  
  300.      Non-existent domain
  301.             The host or domain name does not exist.
  302.  
  303.      Connection refused
  304.  
  305.      Network is unreachable
  306.             The connection to the name or finger server could not be made at
  307.             the current time.  This error commonly occurs with llss and ffiinnggeerr
  308.             requests.
  309.  
  310.      Server failure
  311.             The name server found an internal inconsistency in its database
  312.             and could not return a valid answer.
  313.  
  314.      Refused
  315.             The name server refused to service the request.
  316.  
  317.      Format error
  318.             The name server found that the request packet was not in the prop-
  319.             er format.  It may indicate an error in nnssllooookkuupp.
  320.  
  321. FFIILLEESS
  322.      /etc/resolv.conf                  initial domain name and name server ad-
  323.                                        dresses
  324.      $HOME/.nslookuprc                 user's initial options
  325.      /usr/share/misc/nslookup.help     summary of commands
  326.  
  327. EENNVVIIRROONNMMEENNTT
  328.  
  329.  
  330.  
  331.      HOSTALIASES      file containing host aliases
  332.      LOCALDOMAIN      overrides default domain
  333.  
  334. SSEEEE AALLSSOO
  335.      named(8),  resolver(3),  resolver(5);  RFC-1034, ``Domain Names -
  336.      Concepts and Facilities''; RFC-1035, ``Domain Names - Implementation and
  337.      Specification''.
  338.  
  339. AAUUTTHHOORR
  340.      Andrew Cherenson
  341.  
  342. 4th Berkeley Distribution        June 24, 1990                               6
  343.